home *** CD-ROM | disk | FTP | other *** search
- object MyAboutBoxForm: TMyAboutBoxForm
- Left = 243
- Top = 230
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 302
- ClientWidth = 371
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 20
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 351
- Height = 231
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 10
- Top = 10
- Width = 81
- Height = 71
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProdName: TLabel
- Left = 16
- Top = 100
- Width = 320
- Height = 36
- Alignment = taCenter
- AutoSize = False
- Caption = 'Product Name'
- Font.Color = clBlack
- Font.Height = -30
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Label1: TLabel
- Left = 104
- Top = 40
- Width = 71
- Height = 16
- Caption = 'Copyright:'
- end
- object Label4: TLabel
- Left = 104
- Top = 64
- Width = 113
- Height = 16
- Caption = 'Product version:'
- end
- object Text1: TLabel
- Left = 8
- Top = 176
- Width = 333
- Height = 16
- AutoSize = False
- Caption = 'Text1'
- end
- object Text2: TLabel
- Left = 8
- Top = 200
- Width = 333
- Height = 16
- AutoSize = False
- Caption = 'Text2'
- end
- object Copyright: TLabel
- Left = 224
- Top = 40
- Width = 62
- Height = 16
- Caption = '�obiXoft�'
- end
- object ProdVersion: TLabel
- Left = 224
- Top = 64
- Width = 21
- Height = 16
- Caption = '1.0'
- end
- object Bevel1: TBevel
- Left = 6
- Top = 88
- Width = 337
- Height = 17
- Shape = bsTopLine
- end
- object Bevel2: TBevel
- Left = 6
- Top = 152
- Width = 337
- Height = 17
- Shape = bsTopLine
- end
- object Label7: TLabel
- Left = 104
- Top = 16
- Width = 49
- Height = 16
- Caption = 'Author:'
- end
- object Author: TLabel
- Left = 224
- Top = 16
- Width = 103
- Height = 16
- Caption = '�ukasz �obacz'
- end
- end
- object OKButton: TBitBtn
- Left = 139
- Top = 255
- Width = 96
- Height = 33
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
-